summaryrefslogtreecommitdiffstats
path: root/apps/eeprom-emulation-upgrade/Makefile
blob: 5534c17810c5c16aad75375abe7b95e12aafb7b2 (plain)
1
2
3
4
5
6
7
8
9
10
TOP = ../..
include $(TOP)/make.mk

INCLUDES += \
  -I./

SRCS += \
  ./app.c

include $(TOP)/rules.mk