Support Arch
Arch uses /proc/kallsyms and /proc/config.gz by default instead of /boot/System.map* and /boot/config*
This commit is contained in:

committed by
Guenter Roeck

parent
948ad8d145
commit
3436b28078
5
Makefile
5
Makefile
@@ -20,7 +20,12 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#SYSTEM_MAP := $(KERNEL_BUILD)/System.map
|
#SYSTEM_MAP := $(KERNEL_BUILD)/System.map
|
||||||
|
ifneq ("","$(wildcard /boot/System.map-$(TARGET))")
|
||||||
SYSTEM_MAP := /boot/System.map-$(TARGET)
|
SYSTEM_MAP := /boot/System.map-$(TARGET)
|
||||||
|
else
|
||||||
|
# Arch
|
||||||
|
SYSTEM_MAP := /proc/kallsyms
|
||||||
|
endif
|
||||||
|
|
||||||
DRIVER := it87
|
DRIVER := it87
|
||||||
ifneq ("","$(wildcard .git/*)")
|
ifneq ("","$(wildcard .git/*)")
|
||||||
|
Reference in New Issue
Block a user