Add initial device tree entries for sun target Change-Id: I5bda39009e553cfacd32b15235b6f58ce803bb9a Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
10 lines
154 B
Makefile
10 lines
154 B
Makefile
KBUILD_OPTIONS += KBUILD_EXTMOD_DTS=.
|
|
|
|
all: dtbs
|
|
|
|
clean:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
|
|
|
|
%:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
|