Skip to content

Commit 4a3814c

Browse files
davidarinzonshaoyingxu
authored andcommitted
AL2 5.15 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 525c253 commit 4a3814c

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)