procfw icon indicating copy to clipboard operation
procfw copied to clipboard

usbdevice Makefile missing 620,635, and 660 config

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

replace line:
"PSP_FW_VERSION = 639"

with
"ifeq ($(CONFIG_620), 1)
CFLAGS += -DCONFIG_620=1
PSP_FW_VERSION = 620
endif

ifeq ($(CONFIG_635), 1)
CFLAGS += -DCONFIG_635=1
PSP_FW_VERSION = 635
endif

ifeq ($(CONFIG_639), 1)
CFLAGS += -DCONFIG_639=1
PSP_FW_VERSION = 639
endif

ifeq ($(CONFIG_660), 1)
CFLAGS += -DCONFIG_660=1
PSP_FW_VERSION = 660
endif
"

Original issue reported on code.google.com by [email protected] on 29 May 2012 at 3:48

GoogleCodeExporter avatar Mar 18 '15 20:03 GoogleCodeExporter