diff options
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r-- | openpicc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile index f88afb8..73c1c72 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -75,6 +75,7 @@ LINKER_FLAGS=-Xlinker -oopenpicc.elf -Xlinker -M -Xlinker -Map=openpicc.map # Source files that must be built to ARM mode. # ARM_SRC= \ + config/board.c \ application/main.c \ application/led.c \ application/cmd.c \ |