mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
target.mk: add new cortex-a55 type
This commit is contained in:
parent
59f95e73bc
commit
3efcb21ecc
@ -234,6 +234,7 @@ ifeq ($(DUMP),1)
|
||||
CPU_TYPE ?= generic
|
||||
CPU_CFLAGS_generic = -mcpu=generic
|
||||
CPU_CFLAGS_cortex-a53 = -mcpu=cortex-a53
|
||||
CPU_CFLAGS_cortex-a55 = -mcpu=cortex-a55
|
||||
endif
|
||||
ifeq ($(ARCH),arc)
|
||||
CPU_TYPE ?= arc700
|
||||
|
Loading…
Reference in New Issue
Block a user