
Add the initial tambora driver files. Change-Id: Ic6bebd953f031549e7cf72874cebd4fae05deae3 Signed-off-by: Yuhui Zhao <quic_yuhuzhao@quicinc.com>
7 lines
190 B
Makefile
7 lines
190 B
Makefile
modules:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS) VERBOSE=1
|
|
modules_install:
|
|
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
|
|
clean:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
|