summaryrefslogtreecommitdiff
path: root/src/modules/test/Makefile
blob: 3b9ac14e648fd76871fba5397fbb8aa2e5b42075 (plain) (blame)
1
2
3
4
5
6
7
8
Obj = main.o
Out = test.elf

include ../../common.make

CFLAGS += -I ../../include

LDFLAGS += -T ../../library/link.ld -L ../../library -Map test.map