fix temp changes
This commit is contained in:
@@ -31,13 +31,13 @@ MOC = $(shell pkg-config --variable=moc_location QtCore)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
#ifneq ($(QTLDLIBS),)
|
ifneq ($(QTLDLIBS),)
|
||||||
#QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
|
QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
|
||||||
#CFLAGS += -DHAVE_GUI
|
CFLAGS += -DHAVE_GUI
|
||||||
#LINK.o = $(LINK.cpp)
|
LINK.o = $(LINK.cpp)
|
||||||
#else
|
else
|
||||||
QTGUI = guidummy.o
|
QTGUI = guidummy.o
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
CMDSRCS = \
|
CMDSRCS = \
|
||||||
nonce2key/crapto1.c\
|
nonce2key/crapto1.c\
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ platform = $(shell uname)
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
CROSS ?= arm-none-eabi-
|
CROSS ?= arm-eabi-
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
AS = $(CROSS)as
|
AS = $(CROSS)as
|
||||||
LD = $(CROSS)ld
|
LD = $(CROSS)ld
|
||||||
|
|||||||
Reference in New Issue
Block a user