mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Make prototypes of rasterizers same at all resolutions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1317 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ include nxglib/Make.defs
|
||||
DEPPATH += --dep-path nxglib
|
||||
CFLAGS += ${shell $(TOPDIR)/tools/incdir.sh "$(CC)" $(TOPDIR)/graphics/nxglib}
|
||||
|
||||
HAVENX = `if [ -d nx ]; then echo "y"; else echo "n";fi`
|
||||
HAVENX := ${shell if [ -d nx ]; then echo "y"; else echo "n";fi}
|
||||
ifeq ($(HAVENX),y)
|
||||
include nx/Make.defs
|
||||
DEPPATH += --dep-path nx
|
||||
|
||||
Reference in New Issue
Block a user