Initial implementation of ALi M6117D

This commit is contained in:
RichardG867
2020-09-08 21:43:54 -03:00
parent eca3d62be8
commit a8c813cb4b
3 changed files with 355 additions and 2 deletions

View File

@@ -560,7 +560,7 @@ endif
ifeq ($(STPC), y)
OPTS += -DUSE_STPC
DEVBROBJ += stpc.o
DEVBROBJ += ali6117.o stpc.o
endif
ifeq ($(M1489), y)
@@ -601,7 +601,7 @@ endif
# Final versions of the toolchain flags.
CFLAGS := $(WX_FLAGS) $(OPTS) $(DFLAGS) $(COPTIM) $(AOPTIM) \
$(AFLAGS) -fomit-frame-pointer -mstackrealign -Wall \
$(AFLAGS) -mstackrealign -Wall \
-fno-strict-aliasing
# Add freetyp2 references through pkgconfig