X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/05db94c84b6f7e4ee91fd67d6e1a8d97a2b97f2e..54e85fb2b4db08d53d63aae600005e8c9091e846:/Makefile diff --git a/Makefile b/Makefile index 6f4fafb..08e6f70 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,9 @@ OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 ########################################################################## SRCS = \ - badge/main.c \ + badge/fahrplan.c \ badge/init.c \ + badge/main.c \ badge/jumpnrun/collision.c \ badge/jumpnrun/enemies.c \ badge/jumpnrun/game_state.c \ @@ -50,7 +51,8 @@ SRCS = \ badge/ui/event.c \ badge/ui/font.c \ badge/ui/menu.c \ - badge/ui/sprite.c + badge/ui/sprite.c \ + badge/ui/vanity.c SRCS += \ dataflash/iobase.c \ @@ -238,7 +240,6 @@ SRCS += \ core/cmd/cmd.c \ core/cpu/cpu.c \ core/gpio/gpio.c \ - core/i2c/i2c.c \ core/iap/iap.c \ core/libc/stdio.c \ core/libc/string.c \ @@ -248,8 +249,6 @@ SRCS += \ core/systick/systick.c \ core/timer16/timer16.c \ core/timer32/timer32.c \ - core/uart/uart_buf.c \ - core/uart/uart.c \ core/usbcdc/cdc_buf.c \ core/usbcdc/cdcuser.c \ core/usbcdc/usbcore.c \ @@ -261,6 +260,10 @@ SRCS += \ core/usbhid-rom/usbmsc.c \ core/wdt/wdt.c +# core/i2c/i2c.c +# core/uart/uart_buf.c +# core/uart/uart.c + ########################################################################## # GNU GCC compiler prefix and location ##########################################################################