8 lines
132 B
Makefile
8 lines
132 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
TEST_GEN_PROGS := dev_in_maps set_layers_via_fds
|
|
|
|
CFLAGS := -Wall -Werror
|
|
|
|
include ../../lib.mk
|