fixed #1
This commit is contained in:
7
Makefile
7
Makefile
@@ -3,9 +3,9 @@
|
||||
#Compiler: arm-none-eabi
|
||||
#####################################################################################
|
||||
#Add Files and Folders below#########################################################
|
||||
CFILES = main.c syscalls.c UART/uart.c cmsis_boot/system_stm32f4xx.c
|
||||
CFILES = main.c syscalls/syscalls.c uart/uart.c startup/system_stm32f4xx.c
|
||||
ASFILES = boot/startup_stm32f4xx.S
|
||||
INCLUDEPATH = -Iboot -Imathlib -Icmsis -Icmsis_boot -IUART
|
||||
INCLUDEPATH = -Iinclude
|
||||
|
||||
|
||||
target = stm32f4sdio
|
||||
@@ -19,8 +19,7 @@ mapfile = dafuqishappening
|
||||
|
||||
#TODO
|
||||
|
||||
CFILES += FATFS/option/syscall.c FATFS/option/ccsbcs.c FATFS/diskio.c FATFS/ff.c FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c
|
||||
INCLUDEPATH += -IFATFS -IFATFS/shimatta_sdio_driver
|
||||
CFILES += fatfs/option/syscall.c fatfs/option/ccsbcs.c fatfs/diskio.c fatfs/ff.c fatfs/shimatta_sdio_driver/shimatta_sdio-driver.c
|
||||
|
||||
###################################################################################
|
||||
CC=arm-none-eabi-gcc
|
||||
|
Reference in New Issue
Block a user