Skip to content

Commit c3b2368

Browse files
davidarinzonmngyadam
authored andcommitted
AL2023 6.1 Compile ENA driver with PHC flag
Allow PHC functionality by setting ENA_PHC_INCLUDE=1 in the compilation flags. Signed-off-by: David Arinzon <darinzon@amazon.com>
1 parent 4aef4be commit c3b2368

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/amazon/net/ena/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ifdef TEST_AF_XDP
1515
ccflags-y += -DENA_TEST_AF_XDP
1616
endif
1717

18-
ifdef ENA_PHC_INCLUDE
19-
ccflags-y += -DENA_PHC_INCLUDE
20-
endif
18+
ccflags-y += -DENA_PHC_INCLUDE
2119

2220
ccflags-y += -include $(srctree)/drivers/amazon/net/ena/config.h

0 commit comments

Comments
 (0)