reactos/drivers/storage/storahci/sources
Aman Priyadarshi a60737f997 == Storahci driver
- Added DriverEntry
- Added AhciFindAdapter : Need to add code for port initialization.
- Compile : OK
- Test : NOT TESTED

svn path=/branches/GSoC_2016/AHCI/; revision=71499
2016-06-02 14:13:06 +00:00

9 lines
161 B
Plaintext

TARGETNAME = storahci
TARGETTYPE = MINIPORT
TARGETLIBS=$(DDK_LIB_PATH)\storport.lib
INCLUDES = %BUILD%\inc
LIBS = %BUILD%\lib
SOURCES = storahci.c