Skip to content

Commit

Permalink
modified Makefile.cross to compile on rpi2
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalLumberjack committed Feb 9, 2015
1 parent f816f13 commit 263c866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ else
ARCH ?= $(shell uname -i)
CROSS_COMPILE ?=
INSTALL_MOD_PATH ?= /

ifdef RPI2
CFLAGS_mk_arcade_joystick_rpi.o := -DRPI2
endif
endif

all: modules
Expand Down
File renamed without changes.

0 comments on commit 263c866

Please sign in to comment.