diff options
Diffstat (limited to 'post/board/netta/Makefile')
-rw-r--r-- | post/board/netta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/board/netta/Makefile b/post/board/netta/Makefile index 5c37f49..8fc1945 100644 --- a/post/board/netta/Makefile +++ b/post/board/netta/Makefile @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_HAS_POST) += codec.o dsp.o +obj-y += codec.o dsp.o |