Skip to content

Commit

Permalink
techpack: Hardcode modules list
Browse files Browse the repository at this point in the history
Change-Id: Ieb7c1476d4d56553692e7286f2540135b306b42c
  • Loading branch information
luca020400 authored and mikeNG committed Jun 29, 2020
1 parent b6d8eec commit 0887e7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions techpack/Kbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
techpack-dirs := $(shell find $(srctree)/$(src) -maxdepth 1 -mindepth 1 -type d -not -name ".*")
obj-y += stub/ $(addsuffix /,$(subst $(srctree)/$(src)/,,$(techpack-dirs)))

techpack-header-dirs := $(shell find $(srctree)/techpack -maxdepth 1 -mindepth 1 -type d -not -name ".*")
header-y += $(addsuffix /include/uapi/,$(subst $(srctree)/techpack/,,$(techpack-header-dirs)))
obj-y += stub/ audio/
header-y += stub/include/uapi/ audio/include/uapi/

0 comments on commit 0887e7b

Please sign in to comment.