Skip to content

Commit d093d50

Browse files
SzpejnaDawidDawidSzpejna
authored and
DawidSzpejna
committed
Makefile: add the driver to the build system
Two things were done. At first,a makefile for compiling the rngb. At second, an entry to the makefile of imx6ull target. JIRA: RTOS-317
1 parent eb05fc9 commit d093d50

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_targets/Makefile.armv7a7-imx6ull

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright 2019 Phoenix Systems
77
#
88

9-
DEFAULT_COMPONENTS := imx6ull-sdma imx6ull-gpio libimx6ull-ecspi
9+
DEFAULT_COMPONENTS := imx6ull-sdma imx6ull-gpio libimx6ull-ecspi imx6ull-rngb
1010
DEFAULT_COMPONENTS += imx6ull-flash
1111
DEFAULT_COMPONENTS += imx6ull-flashnor
1212
DEFAULT_COMPONENTS += libusbclient cdc-demo

rngb/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# Makefile for Phoenix-RTOS rngb
3+
#
4+
# Copyright 2023 Phoenix Systems
5+
#
6+
7+
NAME := imx6ull-rngb
8+
LOCAL_SRCS := imx6ull-rngb.c
9+
10+
include $(binary.mk)

0 commit comments

Comments
 (0)