mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
Squashed commit of the following:
video/edid: Add some initial EDID logic ported from FreeBSD.
video/: Add basic configure and build support for a video subsystem.
This commit is contained in:
@@ -119,6 +119,12 @@ ifeq ($(CONFIG_AUDIO),y)
|
||||
NUTTXLIBS += staging$(DELIM)libaudio$(LIBEXT)
|
||||
endif
|
||||
|
||||
# Add libraries for the Video sub-system
|
||||
|
||||
ifeq ($(CONFIG_VIDEO),y)
|
||||
NUTTXLIBS += staging$(DELIM)libvideo$(LIBEXT)
|
||||
endif
|
||||
|
||||
# Add libraries for the Wireless sub-system
|
||||
|
||||
ifeq ($(CONFIG_WIRELESS),y)
|
||||
|
||||
Reference in New Issue
Block a user