mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
TEST_GEN_PROGS := dev_in_maps
|
||
|
|
||
|
CFLAGS := -Wall -Werror
|
||
|
|
||
|
include ../../lib.mk
|