summaryrefslogtreecommitdiffstats
path: root/apps/eeprom-emulation-upgrade/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eeprom-emulation-upgrade/Makefile')
-rwxr-xr-xapps/eeprom-emulation-upgrade/Makefile10
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