borgware-2d/joystick/Makefile

16 lines
210 B
Makefile

TARGET =
TOPDIR = ..
include $(TOPDIR)/defaults.mk
SRC_SIM =
ifeq ($(NES_PAD_SUPPORT), y)
SRC = nes_pad.c
endif
ifeq ($(PARALLEL_JOYSTICK_SUPPORT), y)
SRC = joystick.c
endif
include $(TOPDIR)/rules.mk