diff options
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r-- | test/cmd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile new file mode 100644 index 0000000000..85d38f09e8 --- /dev/null +++ b/test/cmd/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2013 Google, Inc + +obj-$(CONFIG_MEM_SEARCH) += mem_search.o |