Remove duplicated libbasic
This commit is contained in:
parent
f9982c226f
commit
083fd79adc
|
@ -6,7 +6,6 @@ CFLAGS += -I../firmware
|
|||
CFLAGS += -I../firmware/core # for gpio.h including projectconfig.h without path
|
||||
CFLAGS += -I../simcore
|
||||
|
||||
OBJS+= ../firmware/basic/*.o
|
||||
OBJS+= ../firmware/core/*.o
|
||||
OBJS+= ../firmware/core/*/*.o
|
||||
LIBS+= ../firmware/applications/libapp.a
|
||||
|
|
Loading…
Reference in New Issue