mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
12 lines
240 B
Makefile
12 lines
240 B
Makefile
|
#
|
||
|
# (C) Copyright 2016 Nexell
|
||
|
# junghyun kim<jhkim@nexell.co.kr>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
SOCDIR=CPUDIR/$(VENDOR)
|
||
|
MACHDIR=$(patsubst %,arch/arm/mach-%,$(machine-y))
|
||
|
|
||
|
LDPPFLAGS += -DMACHDIR=$(MACHDIR) -DSOCDIR=$(SOCDIR)
|