diff --git a/sw/airborne/arm7/lpcusb/Makefile b/sw/airborne/arm7/lpcusb/Makefile index a8e6d15f8c..c2035c3824 100644 --- a/sw/airborne/arm7/lpcusb/Makefile +++ b/sw/airborne/arm7/lpcusb/Makefile @@ -14,7 +14,8 @@ OD = arm-elf-objdump RM = rm TAR = tar -CFLAGS = -I./ -I../ -c -W -Wall -Os -g -mcpu=arm7tdmi -mthumb -mthumb-interwork +CFLAGS = -I./ -I../ -c -W -Wall -Os -g -mcpu=arm7tdmi +# -mthumb -mthumb-interwork ARFLAGS = -rcs LIBSRCS = usbhw_lpc.c usbcontrol.c usbstdreq.c usbinit.c