stmos/initrd/Makefile
2018-11-20 10:43:33 -05:00

7 lines
261 B
Makefile

all:
@arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -fsigned-char -Os \
-nostdinc -nostdlib \
-fdata-sections -ffunction-sections -Wl,--gc-sections \
-I../src/pdclib/include -I../src/pdclib/platform/stmos/include \
test.c ../src/pdclib/pdclib.a -s -o test