backlight(9): compile with COMPAT_LINUXKPI as well

This would be more accurately expressed as COMPAT_LINUXKPI implying or
requiring backlight, but config(8) doesn't really have a way to express
that. This fixes the build with COMPAT_LINUXKPI specified in one's kernel
config.
This commit is contained in:
Kyle Evans 2020-10-24 15:38:04 +00:00
parent 0595c12484
commit 072ac1a143

View File

@ -1312,8 +1312,8 @@ dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
dev/ath/ath_dfs/null/dfs_null.c optional ath \ dev/ath/ath_dfs/null/dfs_null.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath" compile-with "${NORMAL_C} -I$S/dev/ath"
# #
dev/backlight/backlight_if.m optional backlight dev/backlight/backlight_if.m optional backlight | compat_linuxkpi
dev/backlight/backlight.c optional backlight dev/backlight/backlight.c optional backlight | compat_linuxkpi
dev/bce/if_bce.c optional bce dev/bce/if_bce.c optional bce
dev/bfe/if_bfe.c optional bfe dev/bfe/if_bfe.c optional bfe
dev/bge/if_bge.c optional bge dev/bge/if_bge.c optional bge