File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ OBJS += volume.o
1818OBJS-$(debug) += console.o
1919OBJS-$(logfile) += logfile.o
2020
21- ifeq ($(bl_update ) ,y )
21+ ifeq ($(target ) ,bl_update )
2222
2323OBJS += bl_update.o
2424SUBDIRS += display gotek
2525
26- else ifeq ($(io_test),y )
26+ else ifeq ($(target),io_test )
2727
2828OBJS += io_test.o
2929SUBDIRS += display gotek
3030
31- else ifeq ($(bootloader),y )
31+ else ifeq ($(target),bootloader )
3232
3333OBJS += fw_update.o
3434SUBDIRS += display fatfs gotek usb
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ OBJS += lcd_$(mcu).o
33OBJS += oled_font_6x13.o
44OBJS += led_7seg.o
55
6- ifneq ($(bootloader ) ,y )
6+ ifneq ($(target ) ,bootloader )
77lcd_$(mcu ) .o : CFLAGS += -Dfont_extra=1
88OBJS += oled_font_8x16.o
99endif
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ OBJS += image.o
33
44OBJS-$(quickdisk) += qd.o
55
6- ifeq ($(apple2 ) ,y )
6+ ifeq ($(target ) ,apple2 )
77shugart := y
88endif
99
You can’t perform that action at this time.
0 commit comments