mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-11-18 04:08:33 +00:00
Add TOGGLE_STATUS define
This commit is contained in:
parent
bb085287d8
commit
7149c81995
@ -3,7 +3,7 @@ TFEOBJ = tfe/tfe.o arch/unix/tfearch.o tfe/tfesupp.o
|
||||
OBJECTS = $(OBJECTS1) $(TFEOBJ) xdriver.o
|
||||
CC = g++
|
||||
CCOPTS = -O2 -Wall -fomit-frame-pointer -march=armv6
|
||||
OPTS = -DGSPORT_LITTLE_ENDIAN -DHAVE_TFE
|
||||
OPTS = -DGSPORT_LITTLE_ENDIAN -DHAVE_TFE -DTOGGLE_STATUS
|
||||
SUFFIX =
|
||||
NAME = gsportx
|
||||
LDFLAGS =
|
||||
|
Loading…
Reference in New Issue
Block a user