Skip to content

Commit

Permalink
Makefile: add the driver to the build system
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SzpejnaDawid authored and DawidSzpejna committed Feb 27, 2023
1 parent defacf8 commit aff855f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _targets/Makefile.armv7a7-imx6ull
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright 2019 Phoenix Systems
#

DEFAULT_COMPONENTS := imx6ull-sdma imx6ull-gpio libimx6ull-ecspi
DEFAULT_COMPONENTS := imx6ull-sdma imx6ull-gpio libimx6ull-ecspi imx6ull-rngb
DEFAULT_COMPONENTS += imx6ull-flash
DEFAULT_COMPONENTS += imx6ull-flashnor
DEFAULT_COMPONENTS += libusbclient cdc-demo
Expand Down
10 changes: 10 additions & 0 deletions random/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Makefile for Phoenix-RTOS rngb
#
# Copyright 2023 Phoenix Systems
#

NAME := imx6ull-rngb
LOCAL_SRCS := imx6ull-rngb.c

include $(binary.mk)

0 comments on commit aff855f

Please sign in to comment.