mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
37c2f101b1
Ref #706
12 lines
277 B
Makefile
12 lines
277 B
Makefile
#
|
|
# \brief Toolchain configurations for AHCI on X86 32 bit
|
|
# \author Martin Stein <martin.stein@genode-labs.com>
|
|
# \date 2013-05-17
|
|
#
|
|
|
|
# add include directories
|
|
INC_DIR += $(REP_DIR)/src/drivers/ahci/x86_32
|
|
|
|
# include less specific config
|
|
include $(REP_DIR)/lib/mk/ahci.inc
|