8 lines
135 B
Makefile
8 lines
135 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_INFINEON_DHD) += bcmdhd/
|
|
|
|
.PHONY: clean
|
|
|
|
clean:
|
|
find . -name '*.o*' -exec rm -f {} \;
|