mirror of
https://github.com/keirf/greaseweazle-firmware.git
synced 2025-10-24 11:00:50 -07:00
Fix 'make clean' in STM model-specific subfolders
This commit is contained in:
@@ -7,6 +7,6 @@ OBJS += util.o
|
||||
OBJS += console.o
|
||||
OBJS += string.o
|
||||
|
||||
SUBDIRS += $(stm32)
|
||||
SUBDIRS += f1
|
||||
|
||||
console.o: CFLAGS += -DBAUD=115200
|
||||
|
||||
@@ -14,7 +14,8 @@ OBJS += util.o
|
||||
OBJS-$(debug) += console.o
|
||||
|
||||
SUBDIRS += usb
|
||||
SUBDIRS += $(stm32)
|
||||
SUBDIRS-$(stm32f1) += f1
|
||||
SUBDIRS-$(stm32f7) += f7
|
||||
|
||||
.PHONY: $(RPATH)/build_info.c
|
||||
build_info.o: CFLAGS += -DFW_MAJOR=$(FW_MAJOR) -DFW_MINOR=$(FW_MINOR)
|
||||
|
||||
@@ -13,7 +13,8 @@ OBJS += floppy.o
|
||||
OBJS-$(debug) += console.o
|
||||
|
||||
SUBDIRS += usb
|
||||
SUBDIRS += $(stm32)
|
||||
SUBDIRS-$(stm32f1) += f1
|
||||
SUBDIRS-$(stm32f7) += f7
|
||||
|
||||
.PHONY: build_info.c
|
||||
build_info.o: CFLAGS += -DFW_MAJOR=$(FW_MAJOR) -DFW_MINOR=$(FW_MINOR)
|
||||
|
||||
Reference in New Issue
Block a user