Logo
Explore Help
Register Sign In
lby/lk
1
0
Fork 0
You've already forked lk
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6d1bc14b85cf028b136151702b3fc2b784a05282
lk/dev/rules.mk

13 lines
241 B
Makefile
Raw Normal View History

initial commit of lk (little kernel) project
2008-09-01 02:26:09 -07:00
LOCAL_DIR := $(GET_LOCAL_DIR)
[make] update all of the rules.mk to use the new module system
2012-08-30 14:22:31 -07:00
MODULE := $(LOCAL_DIR)
initial commit of lk (little kernel) project
2008-09-01 02:26:09 -07:00
[make] update all of the rules.mk to use the new module system
2012-08-30 14:22:31 -07:00
MODULE_SRCS += \
[dev] Add simple multi-instance device driver model. Model supports class drivers capable of driving multiple device instances independently. Implements simple pattern for device life cycle management. Completely optional and self-contained.
2013-05-25 16:14:50 -07:00
$(LOCAL_DIR)/dev.c \
$(LOCAL_DIR)/driver.c \
[dev] Add device class APIs for block IO, I2C, and SPI. Device class APIs are generic interfaces common to drivers of the same class. An interface is comprised of a standard set of driver ops and API wrappers that make use of those ops to carry out the desired actions on the driver.
2013-05-25 20:08:09 -07:00
$(LOCAL_DIR)/class/block_api.c \
$(LOCAL_DIR)/class/i2c_api.c \
$(LOCAL_DIR)/class/spi_api.c \
[make] update all of the rules.mk to use the new module system
2012-08-30 14:22:31 -07:00
include make/module.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 57ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API