diff options
Diffstat (limited to 'apps/eeprom-emulation-upgrade/Makefile')
-rwxr-xr-x | apps/eeprom-emulation-upgrade/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/eeprom-emulation-upgrade/Makefile b/apps/eeprom-emulation-upgrade/Makefile new file mode 100755 index 00000000..5534c178 --- /dev/null +++ b/apps/eeprom-emulation-upgrade/Makefile @@ -0,0 +1,10 @@ +TOP = ../.. +include $(TOP)/make.mk + +INCLUDES += \ + -I./ + +SRCS += \ + ./app.c + +include $(TOP)/rules.mk |