diff options
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r-- | openpicc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile index 50d07e4..0993dce 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -75,6 +75,8 @@ ARM_SRC= \ application/cmd.c \ application/env.c \ application/da.c \ + application/pll.c \ + application/pio_irq.c \ os/boot/Cstartup_SAM7.c \ os/core/list.c \ os/core/queue.c \ |