Skip to content

Commit

Permalink
build.config: Add a new module dependency for aoc/usb
Browse files Browse the repository at this point in the history
Commit ("aoc: usb: implement usb suspend/resume hooks") in the
aoc git repository adds a new dependency.  Add a new order-only
prerequisite in Makefile accordingly.

Bug: 199698959
Change-Id: I917c88321488b096dc83d7ca1a0e4951414f9599
Signed-off-by: Alex Hong <rurumihong@google.com>
Alex Hong committed Oct 27, 2021
1 parent b4d6d31 commit b192831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ext_modules.slider
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ allmodules: $(ext_modules) $(install_uapi_headers_targets) depmod

aoc/alsa: | aoc

aoc/usb: | aoc
aoc/usb: | aoc/alsa aoc

power/reset: | bms

0 comments on commit b192831

Please sign in to comment.