mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/external] Fixed extapps not displayed on device since #333
This commit is contained in:
@@ -58,11 +58,10 @@ endif
|
||||
|
||||
ifeq ("$(PLATFORM)", "device")
|
||||
SFLAGS += -DPLATFORM_DEVICE
|
||||
ifeq ("$(MODEL)", "n0110")
|
||||
SFLAGS += -DDEVICE_N0110
|
||||
endif
|
||||
ifeq ("$(MODEL)", "n0100")
|
||||
SFLAGS += -DDEVICE_N0100
|
||||
else
|
||||
SFLAGS += -DDEVICE_N0110
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user