nonsenselock/src/smartcard/build.mk

16 lines
287 B
Makefile

SRCS += \
smartcard/apdu.c \
smartcard/fs.c \
smartcard/emu.c \
smartcard/commands.c \
smartcard/smartcard.c
OBJS += \
ext/emu8051/libem8051.a
ext/emu8051/libem8051.a:
cd $(dir $@) && make CPPFLAGS=-DEM8051_MINIMAL=1 $(notdir $@)
CPPFLAGS += -I ext/emu8051 -DEM8051_MINIMAL=1