• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#rkwifi packed Makefile
3# (gwl)
4
5obj-$(CONFIG_DRIVERS_AP6256) += bcmdhd_hdf/
6
7.PHONY: clean
8
9clean:
10	find . -name '*.o*' -exec rm -f {} \;
11